-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat: add Wald distribution variance package #9730
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
feat: add Wald distribution variance package #9730
Conversation
| stdlib_base_is_nan( mu ) || | ||
| stdlib_base_is_nan( lambda ) || | ||
| lambda <= 0.0 || | ||
| mu <= 0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line is missing an indentation level - it should have two tabs to match the other conditions above it.
| mu <= 0.0 | |
| mu <= 0.0 |
Planeshifter
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
First thing I noticed is that README.md is missing and should be added.
Coverage Report
The above coverage report was generated for the changes in this PR. |
|
@Planeshifter variance package has been implemented fully. Please take a look. |
Progresses #209 .
Description
Tests, docs, examples and benchmark is yet to added, pending approval of the core implementation.
Related Issues
Questions
No.
Other
No.
Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
@stdlib-js/reviewers